home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 November / EnterCD 11_2002.iso / Internet / Flash Web Browser 2.1 / FlashWebBrowserJ.EXE / volumeco.___ / scripts / DefineButton2_17 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-05-17  |  109 b   |  11 lines

  1. on(release){
  2.    if(bool)
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6.    else
  7.    {
  8.       gotoAndPlay(1);
  9.    }
  10. }
  11.